func runtime.getargp

3 uses

	runtime (current package)
		panic.go#L794: 		p.argp = unsafe.Pointer(getargp())
		panic.go#L919: 			p.argp = unsafe.Pointer(getargp())
		panic.go#L1026: func getargp() uintptr {